@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300italic,400,400italic,700,900);

@font-face {
    font-family: 'neuropolregular';
    src: url('../fonts/neuropol-regular_400-webfont.woff2') format('woff2'),
	     url('../fonts/neuropol-regular_400-webfont.woff') format('woff'),
		 url('../fonts/Neuropol-Regular 400.ttf') format('ttf');
         
    font-weight: normal;
    font-style: normal;

}

body {
	padding: 0;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-size: 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s
}

p{
	font-weight: 300 !important;
	font-family: 'Source Sans Pro', sans-serif;
	color: #66757f;
	font-size: 16px;
}

.mainContainerPadding{
	padding-left: 70px;
	padding-right: 70px;
}

.neuropolregular {
	font-family: 'neuropolregular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}

.merriweather{
	font-family: 'Merriweather', serif !important;
}

.SourceSansPro{
	font-family: 'Source Sans Pro', Arial, sans-serif;
}


.Montserrat{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.lightBlackColor {
	color: #292626 !important;
}

.lightBlackColor a{
	color: #292626 !important;
}

.lightBlackColor a:hover{
	color: #000000 !important;
}

.paleBlackColor{
	color:#444444 !important;
}
.paleBlackColor a{
	color:#444444 !important;
}

.paleBlackColor a:hover{
	color: #999999 !important;
}

.blackColor{
	color: #000000 !important;
}

.blackColor a{
	color: #000000 !important;
}
.blackColor a:hover{
	color: #999999 !important;
}

.whiteColor{
	color: #ffffff !important;
}
.whiteColor a{
	color: #ffffff !important;
}

.whiteColor a:hover{
	color: #999999 !important;
}

.grayColor{
	color: #999999 !important;
}

.grayColor a{
	color: #999999 !important;
}

.lightGrayColor{
	color: #e3dedf !important;
}

.lightGrayColor a{
	color: #e3dedf !important;
}

.redColor{
	 color: #dd4b39;
}

.redColor a{
	 color: #dd4b39;
}

.font10{
	font-size: 10px !important;
}

.font12{
	font-size: 12px !important;
}

.font13{
	font-size: 13px !important;
}

.font14{
	font-size: 14px !important;
}

.font16{
	font-size: 16px !important;
}

.font17{
	font-size: 17px !important;
}

.font18{
	font-size: 18px !important;
}

.font20{
	font-size: 20px !important;
}

.font25{
	font-size: 25px !important;
}

.font30{
	font-size: 30px !important;
}

.font35{
	font-size: 35px !important;
}

.font60{
	font-size: 60px !important;
}

.font70{
	font-size: 70px !important;
}

.font80{
	font-size: 80px !important;
}

.blackBg{
	background-color: #292626;
}



.grayBg{
	background-color: #f8f8f8;
}

.lightBlueBg{
	background-color: #f5f8fa;
}


.darktextureBg{
	background: url("../images/bg_dark_black.jpg");
}

.blueBg{
	background-color: #e1e8ed;
}

.whiteBg{
	background-color: #ffffff;
}


.fontWeight300{
	 font-weight: 300 !important;
}

.fontWeight400{
	 font-weight: 400 !important;
}


.fontWeight700{
	 font-weight: 700 !important;
}

.letterSpacing1{
	letter-spacing:1px;
}

.lineHeight2{
	line-height:2;
}

.lineHeight30px{
	line-height:30px;
}

.italic{
	font-style: italic;
}

/* owl carousel*/
.owl-prev {
    position: absolute;
    top: 39.5%;
	left: 0%;
	
	width: 50px;
    height: 100px; /* as the half of the width */
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border: 10px solid gray;
    border-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	background-color:#7d7d7d !important;
	opacity: 0;
}

.owl-next {
    position: absolute;
    top: 39.5%;
	right: 0%;
	
	width: 50px;
    height: 100px; /* as the half of the width */
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border: 10px solid gray;
    border-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	background-color:#7d7d7d !important; 
	opacity: 0;
	
}

.owl-next i {
	color: black !important; 
	font-size: 28px !important;
	
	padding-left: 10px;
}

.owl-prev i {
	color: black !important; 
	font-size: 28px !important;
	
	padding-right: 10px;
}

/*.owl-next:hover{
	background-color: #ff7000 !important;
}*/

/*.owl-prev:hover {
	background-color: #ff7000 !important;
}*/


.owl-carousel:hover .owl-next{
	opacity: 1;
	-webkit-transition: .5s;
	transition: .5s;
}

.owl-carousel:hover .owl-prev{
	opacity: 1;
	-webkit-transition: .5s;
	transition: .5s;
}

.owl-dots{
	text-align: center !important;
	padding: 5px !important;
	
}

.owl-dots button{
	padding: 3px !important;
	border: solid 1px #000 !important;
	margin: 3px !important;
	border-radius: 100%;
	
}

.owl-dots button.active{
	background-color: #000 !important;
	
}

.relative{
	position: relative ;
}
 
.pointer{
	cursor: pointer;
}

.cursorMove{
	cursor: move;
}

.logo{
	letter-spacing: 4px;
	font-size: 20px;
	font-family: neuropolregular;
	text-transform: uppercase;
}

.leftWordMenu {
	position: fixed;
	left: 0;
	top: 50%;
	letter-spacing: 2px;
	font-family: neuropolregular;
	text-transform: uppercase;
	transform: rotate(-90deg);
	cursor: pointer;
	font-size: 15px;
}


.leftWordMenu:hover {
	color: #999999;
}

.bottomSocial{
	position: fixed;
	bottom: 5px;
	left: 70px;
	z-index: 1000;
}

.bottomSocial i {
	color: black;
	font-size: 20px;
}

.bottomSocial i:hover {
	color: #999999;
}

.goTop {
    position: fixed;
	bottom: 5px;
	right: 70px;
	display: none;
	z-index: 1000;
}

.goTop i {
	color: black;
	font-size: 20px;
	cursor: pointer;
}

.goTop i:hover {
	color: #999999;
}

.bottomWhite{
	width: 100%;
	background-color: white;
	position: fixed;
	bottom: 0;
	height: 35px;
	z-index: 10;
}

#mainSlide h1{
	color: white;
	padding-top: 10%;
	padding-left: 5%;
	font-weight: 700;
	font-size: 80px; 
	line-height: 80px; 
	letter-spacing: -4px;
	
}


#mainSlide p{
	color: white;
	padding-left: 5%;
	font-size: 20px;
	
}

.mainSlideImage{
	height: 500px;
	background-position: center !important;
	background-size: cover !important;
}

.diggersSlideImage{
	height: 470px;
	background-position: center !important;
	background-size: cover !important;
}

.diggerDetails{
	position: fixed;
	bottom: 0;
	height: 50px;
	background-color: white;
	width: 100%;
	
	-webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}


.diggersSlideImage:hover{
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.diggersSlideImage:hover .diggerDetails{
	height: 100px;
	-webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
	
}




.socialPageImage{
	height: 470px;
	background-position: center !important;
	background-size: cover !important;
}

.socialPageDetails{
	position: fixed;
	bottom: 0;
	height: 50px;
	background-color: white;
	width: 100%;
	
	-webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}


.socialPageImage:hover{
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.socialPageImage:hover .socialPageDetails{
	height: 100px;
	-webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
	
}



.hrRed{
	background-color: #dd4b39;
	opacity: 1 !important;
}

#philosophy .hrRed{
	width: 30px;
}


.sectionTitleOverlap{
	position:absolute;
	font-size:60px;
	color:#000000;
	font-weight:700;
	margin-top:-56px;
}

.sectionTitleNormal{
	font-size:60px;
	color:#000000;
	font-weight:700;
}

#homePortfolio .sectionTitleNormal{
	font-size:60px;
}

#homeAbout .sectionTitleNormal{
	font-size:60px;
}

#homeAboutPara .sectionTitleNormal{
	font-size:15px;
}

#relatedProject .sectionTitleNormal{
	font-size:40px;
}



#viewMore .vr{
	opacity: 1 !important;
	color: black !important;
}

#viewMore span{
	padding-bottom:3px;
	border-bottom: solid 1px #000;
}
#viewMore span:hover{
	padding-bottom:3px;
	border-bottom: solid 1px #dd4b39;
}



/* vertical slide */

/*.vert .carousel-item-next .carousel-item-left,
.vert .carousel-item-prev .carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active .carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active .carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}*/


.vertical.carousel   .carousel-item {
    left: 0;
    top: 0;
  }
   
  .vertical.carousel   .carousel-item-next,
  .vertical.carousel   .carousel-item-right.active {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .vertical.carousel    .carousel-item-prev,
  .vertical.carousel    .carousel-item-left .active {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .vertical.carousel    .carousel-item-next.carousel-item-left,
  .vertical.carousel    .carousel-item-prev.carousel-item-right,
  .vertical.carousel    .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 0;
  }
  .vertical.carousel    .active,
  .vertical.carousel    .carousel-item-next.carousel-item-left,
  .vertical.carousel   .carousel-item-prev.carousel-item-right {
    top: 0;
  }
  .vertical.carousel    .carousel-item-next,
  .vertical.carousel    .active.carousel-item-right {
    top: 100%;
    left: 0;
  }
  .vertical.carousel    .carousel-item-prev,
  .vertical.carousel    .active.carousel-item-left {
    top: -100%;
    left: 0;
  }

#carouselExampleControls .carousel-control-prev, .carousel-control-next{
	position: relative !important;
	width: 100% !important;
}

#carouselExampleControls .carousel-control-prev-icon, .carousel-control-next-icon{
	background-image: none !important;
}

#carouselExampleControls .carousel-control-prev-icon, .carousel-control-next-icon i{
	font-size: 25px !important;
	color: black;
}



/* end vertical slide */

 

.pricingSlide:hover{
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.getAQBS:hover{
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.clientOpacity{
	opacity: 0.3;
}

.clientOpacity:hover{
	opacity: 1;
}




.subscribeEmail{
	border: none;
	background: transparent;
	width: 70%;
	outline: none;
}

.subscribeB{
	border: 0px;
	background: transparent;
}
.underline{
	text-decoration: underline;
}
.underline:hover{
	text-decoration: none;
}

 


#pageHeader h1{
	font-size: 120px !important;
	font-weight: 700 !important;
	line-height: 120px;
	
}



#blogs h1{
	font-size: 50px !important;
	font-weight: 700 !important;
}


.blogHeader{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  position: relative;
  height: 500px;
  /*padding-top: 20%; height: 100vh;*/
	
}

.blogHeaderTitleBg{
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 100%, rgba(0,0,0,0.3) 10%);
	background-repeat:no-repeat;
	width: 100%;
	
}

.blogHeader h1{
		font-size: 60px;
}

.blogArrowLeft{
	background: linear-gradient(90deg, #e3dedf 50%, #ffffff 50%);
	padding: 5px;
}

.blogArrowLeft:hover{
	background: linear-gradient(90deg, #e3dedf 50%, #e3dedf 50%);
	color: white !important;
	
}

.blogArrowRight{
	background: linear-gradient(90deg,  #ffffff 50%, #e3dedf 50%);
	padding: 5px;
}

.blogArrowRight:hover{
	background: linear-gradient(90deg, #e3dedf 50%, #e3dedf 50%);
	color: white !important;
}


.blogRelated{
	position: absolute;
	bottom: 0;
	padding-left: 20px;
	padding-top:3px;
	/*opacity: 0;*/
	opacity: 1;
	background: linear-gradient(to bottom, #999999, #e3dedf);
	-webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
	width: 100%;
	
}

.blogDetails:hover .blogRelated{
	
	opacity: 1;
	background: linear-gradient(to bottom, #999999, #e3dedf);
	padding-top:3px;
	-webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
	width: 100%;
}

.contactLetter{
	width: 50px;
	transform: rotate(-90deg); 
	font-family: 'neuropolregular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}

.contactForm{
	border: 0px;
	border-bottom: solid 1px gray;
	background:transparent; 
	font-family: Source Sans Pro;
	width: 100%;
	opacity: 0.5;
	outline: 0px;
}

.contactSend{
	border: 0px;
	border-bottom: solid 1px gray;
	background:transparent; 
	font-family: Source Sans Pro;
	opacity: 0.5;
	outline: 0px;
	padding: 5px;
}
.contactSend:Hover{
	border-bottom: solid 1px #dd4b39;
}


.aboutNub{
	width: 50px;
	transform: rotate(-90deg); 
	font-family: 'neuropolregular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}


.aboutImageHeight{
	height: 120%;
}

.serviceBigTitle{
	font-size: 60px;
}


.serviceNub{
	width: 50px;
	transform: rotate(-90deg); 
	font-family: 'neuropolregular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}

.gray-block{
	background-image: linear-gradient(#f5f8fa, #f5f8fa);
	background-repeat: no-repeat;
}

.points-gray-block-size {
  background-size: 90% 80%;
}

.process-gray-block-size{
  background-size: 90% 50%;
}

.approach-gray-block-size{
	 background-size: 90% 40%;
}

.integration-gray-block-size{
	background: linear-gradient(to left, #f5f8fa 90%, #ffffff 10%);
	background-repeat:no-repeat;
	background-size:100% 220px;
	
}

.resis{
	transform: rotate( 90deg);
    color: #e1e8ed;
    font-size: 100px !important;
	font-weight: bold;
	line-height: 80px;
	padding-left: 10px;
	margin-bottom: 250px;
	
}

.intergrationone{
	/*line-height: 35px;*/
	text-align: justify;
	
}

.integrationPosition{
	position: absolute;
	width: 84%
}



.portfolioActive{
	color: #dd4b39;
}


.footerOpacity{
	opacity: 0.1;
}


.footerOpacityTouch:hover .footerOpacity{
	opacity: 1;
}


.imgGrayFilter {
    filter: gray; /* IE5+ */
     -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

.imgGrayFilter:hover {
  		filter: none;
      -webkit-filter: grayscale(0);
}



.projectsContainer {
  position: relative;
}

.projectsImage {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}


.projectsTitleBg{
	position:absolute;
	width:100%;
	height:100%;
	opacity: 0;
	left:0;
	top:0;
	margin:0;
	background-color:rgba(142,142,142,0.5);
	transition: .5s ease;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}

.projectsTitle {
  position: absolute;
  top: 50%;
  left: 50%;
	transition: .5s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color:rgba(0,0,0,1);
  color: white;
  font-size: 16px;
  padding: 0px 10px 0px 10px;
}

.projectsContainer:hover .projectsImage {
  opacity: 0.3;
}

.projectsContainer:hover .projectsTitle {
  opacity: 1;
}

.projectsContainer:hover .projectsTitleBg {
  opacity: 1;
}


/*all size under 768*/
@media (max-width: 768px) {
	#mainSlide h1{
		padding-top: 30%;
		padding-left: 5%;
		font-weight: 700;
		font-size: 40px; 
		line-height: 40px; 
		letter-spacing: 2px;
	}
	
	
	#mainSlide p{
		color: white;
		padding-left: 5%;
		font-size: 18px;
		
	}
	 
	.sectionTitleOverlap{
		font-size:25px;
		font-weight:700;
		margin-top:-25px;
	}
	
	.sectionTitleNormal{
		font-size:25px;
	}
	
	#homeAbout .sectionTitleNormal{
		font-size:25px;
	}
	
	#homeAboutPara .sectionTitleNormal{
		font-size:15px;
	}
	
	.mainContainerPadding{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	#pageHeader h1{
		font-size: 55px !important;
		font-weight: 700 !important;
		line-height: 50px;
		
	}
	
	#blogs h1{
		font-size: 25px !important;
		font-weight: 700 !important;
	}
	
	.blogHeader{
		/*padding-top: 35%;*/
	}
	
	.blogHeader h1{
		font-size: 30px;
	}
	
	.serviceBigTitle{
		font-size: 30px;
	}
	
	.points-gray-block-size {
	  background-size: 100% 100%;
	}
	
	.process-gray-block-size{
	  background-size: 100% 100%;
	}
	
	.approach-gray-block-size{
	 background-size: 100% 100%;
	}
	
	.integration-gray-block-size{
		background: linear-gradient(to left, #f5f8fa 90%, #f5f8fa 10%);
	background-repeat:no-repeat;
	background-size:100% 220px;
	}
	
	.resis{
		transform: rotate( 0deg);
	    color: #e1e8ed;
	    font-size: 25px !important;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0px;
	}
	
	.intergrationone{
		text-align: center;
	}
	
	.integrationPosition{
		position: static;
		width: 100%
	}
	
	.aboutImageHeight{
		display: none;
	}
}


/*all size above 1400*/
@media (min-width: 1400px) {
	 
	.mainSlideImage{
		height: 800px;
	}
	
	
	
	#mainSlide h1{
			padding-top: 10%;
			padding-left: 5%;
			font-weight: 700;
			font-size: 140px; 
			line-height: 130px; 
			letter-spacing: 2px;
		}
		
		
		#mainSlide p{
			padding-top: 20px;
			color: white;
			padding-left: 5%;
			font-size: 30px;
			
		}
	
	.resis{
		transform: rotate( 90deg);
	    color: #e1e8ed;
	    font-size: 100px !important;
		font-weight: bold;
		line-height: 80px;
		padding-left: 10px;
		margin-bottom: 200px;
		
	}
	 
}
